Skip to main content

API Keys

You will have access to two types of API keys:

  1. Public API Key: Intended for use in the frontend of your platform. This key allows HTTP requests directly from your users' browsers.

  2. Private API Key: Designed for use in the backend of your platform. This key provides access to read and write data methods.

Warning

The Private API Key must not be shared with anyone and should be used exclusively in the backend of your platform. If the Private API Key is compromised, you must generate a new one and update it in your platform immediately.